Lines Matching refs:ctx
27 GL2Encoder *ctx = (GL2Encoder *)self; in pixelDataSize() local
28 assert (ctx->state() != NULL); in pixelDataSize()
29 return ctx->state()->pixelDataSize(width, height, 1, format, type, pack); in pixelDataSize()
34 GL2Encoder *ctx = (GL2Encoder *)self; in pixelDataSize3D() local
35 assert (ctx->state() != NULL); in pixelDataSize3D()
36 return ctx->state()->pixelDataSize(width, height, depth, format, type, pack); in pixelDataSize3D()
41 GL2Encoder * ctx = (GL2Encoder *) self; in uniformType() local
42 assert (ctx->shared() != NULL); in uniformType()
43 return ctx->shared()->getProgramUniformType(program, location); in uniformType()
47 GL2Encoder *ctx = (GL2Encoder *)self; in clearBufferNumElts() local
48 assert (ctx->state() != NULL); in clearBufferNumElts()
49 return ctx->state()->clearBufferNumElts(buffer); in clearBufferNumElts()
53 GL2Encoder *ctx = (GL2Encoder *)self; in numActiveUniformsInUniformBlock() local
54 assert (ctx->state() != NULL); in numActiveUniformsInUniformBlock()
55 return ctx->state()->numActiveUniformsInUniformBlock(program, blockIndex); in numActiveUniformsInUniformBlock()
59 GL2Encoder *ctx = (GL2Encoder *)self; in glActiveUniformBlockivParamSize() local
60 assert (ctx->state() != NULL); in glActiveUniformBlockivParamSize()
63 return ctx->state()->numActiveUniformsInUniformBlock(program, blockIndex); in glActiveUniformBlockivParamSize()