Lines Matching refs:compressedTextureFormats
84 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetIntegerv() local
86 compressedTextureFormats != NULL) { in s_glGetIntegerv()
87 memcpy(ptr, compressedTextureFormats, in s_glGetIntegerv()
127 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFloatv() local
129 compressedTextureFormats != NULL) { in s_glGetFloatv()
131 ptr[i] = (GLfloat) compressedTextureFormats[i]; in s_glGetFloatv()
166 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFixedv() local
168 compressedTextureFormats != NULL) { in s_glGetFixedv()
170 ptr[i] = compressedTextureFormats[i] << 16; in s_glGetFixedv()
205 GLint* compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetBooleanv() local
207 compressedTextureFormats != NULL) { in s_glGetBooleanv()
209 ptr[i] = compressedTextureFormats[i] != 0 ? GL_TRUE : GL_FALSE; in s_glGetBooleanv()