Home
last modified time | relevance | path

Searched refs:GL_FIXED (Results 1 – 12 of 12) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmValidate.cpp261 case GL_FIXED: in colorPointerType()
274 case GL_FIXED: in normalPointerType()
281 return type == GL_FIXED || type == GL_FLOAT; in pointPointerType()
289 case GL_FIXED: in texCoordPointerType()
300 case GL_FIXED: in vertexPointerType()
DGLEScmContext.cpp226 if((arrType != GL_FIXED) && (arrType != GL_BYTE)) return false; in needConvert()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DglUtils.cpp36 case GL_FIXED: in glSizeof()
391 case GL_FIXED: in glUtilsPixelBitSize()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLUtils.java37 case GL_FIXED: in formatData()
DGLEnum.java166 GL_FIXED(0x140C), enumConstant
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp49 if(type == GL_FIXED){ in allocArr()
316 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte); in convertDirect()
321 if(type == GL_FIXED) { in convertDirect()
374 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte); in convertIndirect()
379 if(type == GL_FIXED) { in convertIndirect()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Context.cpp126 if(arrType != GL_FIXED) return false; in needConvert()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DVboDetailProvider.java48 GL_FIXED, enumConstant
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp265 glVertexAttribPointer(0, 3, GL_FIXED, GL_FALSE, 0, vVertices); in Draw()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp355 colorType = type = GL_FIXED; in WinMain()
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h242 #define GL_FIXED 0x140C macro
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h319 #define GL_FIXED 0x140C macro