Home
last modified time | relevance | path

Searched defs:pixelType (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESvalidate.cpp28 bool GLESvalidate::pixelType(GLEScontext * ctx, GLenum type) { in pixelType() function in GLESvalidate
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp112 GLenum* pixelType, in sGetFormatParameters()
222 GLenum pixelType = GL_UNSIGNED_BYTE; in create() local
514 GLenum pixelType = GL_UNSIGNED_BYTE; in reformat() local
987 GLenum pixelType; in onLoad() local
DYUVConverter.cpp464 const GLenum pixelType = getGlPixelType(format, yuv420888ToNv21, plane); in createYUVGLTex() local
485 const GLenum pixelType = getGlPixelType(format, yuv420888ToNv21,plane); in readYUVTex() local
514 const GLenum pixelType = getGlPixelType(format, yuv420888ToNv21, plane); in subUpdateYUVGLTex() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Validate.cpp496 bool GLESv2Validate::pixelType(GLEScontext * ctx,GLenum type) { in pixelType() function in GLESv2Validate
/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.cpp1138 bool pixelType(GL2Encoder* ctx, GLenum type) { in pixelType() function