/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | texcompress_s3tc_tmp.h | 30 typedef GLubyte GLchan; 52 static void dxt135_decode_imageblock ( const GLubyte *img_block_src, in dxt135_decode_imageblock() 60 GLubyte bit_pos = 2 * (j * 4 + i) ; in dxt135_decode_imageblock() 61 GLubyte code = (GLubyte) ((bits >> bit_pos) & 3); in dxt135_decode_imageblock() 107 static void fetch_2d_texel_rgb_dxt1(GLint srcRowStride, const GLubyte *pixdata, in fetch_2d_texel_rgb_dxt1() 114 const GLubyte *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8); in fetch_2d_texel_rgb_dxt1() 119 static void fetch_2d_texel_rgba_dxt1(GLint srcRowStride, const GLubyte *pixdata, in fetch_2d_texel_rgba_dxt1() 126 const GLubyte *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8); in fetch_2d_texel_rgba_dxt1() 130 static void fetch_2d_texel_rgba_dxt3(GLint srcRowStride, const GLubyte *pixdata, in fetch_2d_texel_rgba_dxt3() 138 const GLubyte *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 16); in fetch_2d_texel_rgba_dxt3() [all …]
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.types | 14 GLubyte 8 0x%02x 28 GLubyte* 32 0x%08x
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorGl.cpp | 70 const GLubyte* gles_vendor = gles.glGetString(GL_VENDOR); in GetGlesContextAvailability() 77 const GLubyte* gles_version = gles.glGetString(GL_VERSION); in GetGlesContextAvailability() 84 const GLubyte* gles_renderer = gles.glGetString(GL_RENDERER); in GetGlesContextAvailability() 91 const GLubyte* gles_extensions = gles.glGetString(GL_EXTENSIONS); in GetGlesContextAvailability()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.types | 14 GLubyte 8 0x%02x 28 GLubyte* 32 0x%08x
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 172 void color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
D | GLEScmContext.h | 131 void color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 220 GLubyte ubyteVal[4];
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTestStateUtils.cpp | 72 std::vector<GLubyte> getTextureImageData(const GLESv2Dispatch* gl, in getTextureImageData() 80 std::vector<GLubyte> out = {}; in getTextureImageData()
|
D | GLSnapshotTestStateUtils.h | 32 std::vector<GLubyte> getTextureImageData(const GLESv2Dispatch* gl,
|
D | GLSnapshotTestDispatch.cpp | 140 std::vector<GLubyte> prePixels = {}; in testDraw() 164 std::vector<GLubyte> postPixels = {}; in testDraw()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 13 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 14 void glColor4ubv( const GLubyte *v );
|
D | gles1_stubbed_in_translator_namespace.cpp | 11 GL_APICALL void GL_APIENTRY glColor4ubv(const GLubyte *) { return; } in glColor4ubv() argument 85 GL_APICALL void GL_APIENTRY glGetUnsignedBytevEXT(GLenum, GLubyte*) { return; } in glGetUnsignedBytevEXT() argument 86 GL_APICALL void GL_APIENTRY glGetUnsignedBytei_vEXT(GLenum, GLuint, GLubyte*) { return; } in glGetUnsignedBytei_vEXT() argument
|
D | gles1_stubbed_in_translator_namespace.entries | 10 void glColor4ubv( const GLubyte *v ); 84 void glGetUnsignedBytevEXT(GLenum pname, GLubyte* data); 85 void glGetUnsignedBytei_vEXT(GLenum target, GLuint index, GLubyte* data);
|
/hardware/google/gfxstream/guest/GLESv1/ |
D | gl.cpp | 142 const GLubyte *my_glGetString (void *self, GLenum name) in my_glGetString() 155 return (const GLubyte*)s_egl->getGLString(name); in my_glGetString()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | gl_base_types.h | 38 typedef khronos_uint8_t GLubyte; typedef
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | gl_base_types.h | 38 typedef khronos_uint8_t GLubyte; typedef
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 15 GL_APICALL void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 16 GL_APICALL void GL_APIENTRY glColor4ubv(const GLubyte * v);
|
D | gles1_only_functions.h | 15 …X(void, glColor4ub, (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha), (red, green, blue, … 16 X(void, glColor4ubv, (const GLubyte * v), (v)) \
|
/hardware/google/gfxstream/guest/GLESv2/ |
D | gl2.cpp | 148 const GLubyte *my_glGetString (void *self, GLenum name) in my_glGetString() 161 return (const GLubyte*)s_egl->getGLString(name); in my_glGetString()
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glx.h | 313 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *); 320 extern void (*glXGetProcAddress(const GLubyte *procname))( void ); 323 typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
|
D | gl.h | 118 typedef unsigned char GLubyte; /* 1-byte unsigned */ typedef 768 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask ); 770 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask ); 821 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name ); 972 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */ 978 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */ 985 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue ); 999 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green, 1000 GLubyte blue, GLubyte alpha ); 1012 GLAPI void GLAPIENTRY glColor3ubv( const GLubyte *v ); [all …]
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | GLEncoder.cpp | 31 static GLubyte *gVendorString= (GLubyte *) "Android"; 32 static GLubyte *gRendererString= (GLubyte *) "Android HW-GLES 1.0"; 33 static GLubyte *gVersionString= (GLubyte *) "OpenGL ES-CM 1.0"; 34 static GLubyte *gExtensionsString= (GLubyte *) "GL_OES_EGL_image_external "; 246 const GLubyte *GLEncoder::s_glGetString(void *self, GLenum name) in s_glGetString() 250 GLubyte *retval = (GLubyte *) ""; in s_glGetString()
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glx.h | 318 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *); 325 extern void (*glXGetProcAddress(const GLubyte *procname))( void ); 328 typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 26 typedef khronos_uint8_t GLubyte; typedef 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 48 typedef khronos_uint8_t GLubyte; typedef 436 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 473 GL_API const GLubyte *GL_APIENTRY glGetString (GLenum name);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 26 typedef khronos_uint8_t GLubyte; typedef 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
|