Home
last modified time | relevance | path

Searched defs:internalFormat (Results 1 – 4 of 4) sorted by relevance

/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
DTranslatorIfaces.h56 unsigned int internalFormat; variable
73 unsigned int internalFormat; member
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
DPaletteTexture.cpp30 void getPaletteInfo(GLenum internalFormat,unsigned int& indexSizeBits,unsigned int& colorSizeBytes,… in getPaletteInfo()
DDummyGLfuncs.cpp34 …void GLAPIENTRY dummy_glCopyTexImage2D(GLenum target, GLint level, GLenum internalFormat, GLint x,… in dummy_glCopyTexImage2D()
/development/tools/emulator/opengl/host/libs/libOpenglRender/
DRenderControl.cpp208 uint32_t height, GLenum internalFormat) in rcCreateColorBuffer()