Home
last modified time | relevance | path

Searched refs:GLubyte (Results 1 – 25 of 91) sorted by relevance

1234

/hardware/google/gfxstream/guest/mesa/src/util/format/
Dtexcompress_s3tc_tmp.h30 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/
Dgles1.types14 GLubyte 8 0x%02x
28 GLubyte* 32 0x%08x
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorGl.cpp70 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/
Dgles2.types14 GLubyte 8 0x%02x
28 GLubyte* 32 0x%08x
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h172 void color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
DGLEScmContext.h131 void color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
220 GLubyte ubyteVal[4];
/hardware/google/gfxstream/host/tests/
DGLSnapshotTestStateUtils.cpp72 std::vector<GLubyte> getTextureImageData(const GLESv2Dispatch* gl, in getTextureImageData()
80 std::vector<GLubyte> out = {}; in getTextureImageData()
DGLSnapshotTestStateUtils.h32 std::vector<GLubyte> getTextureImageData(const GLESv2Dispatch* gl,
DGLSnapshotTestDispatch.cpp140 std::vector<GLubyte> prePixels = {}; in testDraw()
164 std::vector<GLubyte> postPixels = {}; in testDraw()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries13 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
14 void glColor4ubv( const GLubyte *v );
Dgles1_stubbed_in_translator_namespace.cpp11 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
Dgles1_stubbed_in_translator_namespace.entries10 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/
Dgl.cpp142 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/
Dgl_base_types.h38 typedef khronos_uint8_t GLubyte; typedef
/hardware/google/gfxstream/host/apigen-codec-common/
Dgl_base_types.h38 typedef khronos_uint8_t GLubyte; typedef
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h15 GL_APICALL void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
16 GL_APICALL void GL_APIENTRY glColor4ubv(const GLubyte * v);
Dgles1_only_functions.h15 …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/
Dgl2.cpp148 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/
Dglx.h313 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
320 extern void (*glXGetProcAddress(const GLubyte *procname))( void );
323 typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
Dgl.h118 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/
DGLEncoder.cpp31 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/
Dglx.h318 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/
Dgl.h26 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/
Dgl.h48 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/
Dgl.h26 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);

1234