HomeSort by relevance Sort by last modified time
    Searched refs:GL_INT_2_10_10_10_REV (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/mesa3d/src/mesa/state_tracker/
st_atom_array.c 216 type == GL_INT_2_10_10_10_REV ||
222 if (type == GL_INT_2_10_10_10_REV ||
228 if (type == GL_INT_2_10_10_10_REV) {
240 if (type == GL_INT_2_10_10_10_REV) {
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 100 case GL_INT_2_10_10_10_REV:
407 case GL_INT_2_10_10_10_REV:
GLClientState.cpp 138 case GL_INT_2_10_10_10_REV:
169 case GL_INT_2_10_10_10_REV:
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 116 case GL_INT_2_10_10_10_REV:
  /external/swiftshader/src/OpenGL/libGLESv2/
VertexDataManager.cpp 196 case GL_INT_2_10_10_10_REV: translated[i].type = sw::STREAMTYPE_2_10_10_10_INT; break;
Context.h 214 case GL_INT_2_10_10_10_REV: return sizeof(GLint);
libGLESv2.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 309 public static final int GL_INT_2_10_10_10_REV = 0x8D9F;
  /external/deqp/modules/gles3/functional/
es3fNegativeVertexArrayApiTests.cpp 146 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if type is GL_INT_2_10_10_10_REV or GL_UNSIGNED_INT_2_10_10_10_REV and size is not 4.");
147 glVertexAttribPointer(0, 2, GL_INT_2_10_10_10_REV, GL_TRUE, 0, 0);
151 glVertexAttribPointer(0, 4, GL_INT_2_10_10_10_REV, GL_TRUE, 0, 0);
178 glVertexAttribIPointer(0, 4, GL_INT_2_10_10_10_REV, 0, 0);
    [all...]
es3fShaderStateQueryTests.cpp     [all...]