Home
last modified time | relevance | path

Searched refs:GL_BYTE (Results 1 – 10 of 10) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmValidate.cpp271 case GL_BYTE: in normalPointerType()
286 case GL_BYTE: in texCoordPointerType()
297 case GL_BYTE: in vertexPointerType()
DGLEScmContext.cpp226 if((arrType != GL_FIXED) && (arrType != GL_BYTE)) return false; in needConvert()
227 if((arrType == GL_BYTE && (array_id != GL_VERTEX_ARRAY)) && in needConvert()
228 (arrType == GL_BYTE && (array_id != GL_TEXTURE_COORD_ARRAY)) ) return false; in needConvert()
231 bool byteVBO = (arrType == GL_BYTE) && usingVBO; in needConvert()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DglUtils.cpp25 case GL_BYTE: in glSizeof()
374 case GL_BYTE: in glUtilsPixelBitSize()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLUtils.java29 case GL_BYTE: in formatData()
DGLEnum.java159 GL_BYTE(0x1400), enumConstant
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DVboDetailProvider.java44 GL_BYTE, enumConstant
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp52 } else if(type == GL_BYTE){ in allocArr()
323 } else if(type == GL_BYTE) { in convertDirect()
381 } else if(type == GL_BYTE){ in convertIndirect()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp360 type = GL_BYTE; in WinMain()
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h235 #define GL_BYTE 0x1400 macro
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h314 #define GL_BYTE 0x1400 macro