Searched refs:GLubyte (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/native/opengl/libs/
H A Degl_impl.h30 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name);
31 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name, GLuint index);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetStringi.cpp1 /* const GLubyte * glGetStringi ( GLenum name, GLuint index ) */
5 const GLubyte* _chars = glGetStringi((GLenum)name, (GLuint)index);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLExtensions.h73 void initWithGLStrings(GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version,
74 GLubyte const* extensions);
H A DGLExtensions.cpp45 void GLExtensions::initWithGLStrings(GLubyte const* vendor, GLubyte const* renderer,
46 GLubyte const* version, GLubyte const* extensions) {
H A DGLES20RenderEngine.cpp63 std::vector<GLubyte> pixels(width * height * 4);
64 std::vector<GLubyte> outBuffer(width * height * 3);
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp210 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
225 static const GLubyte*
226 nextExtension(const GLubyte* pExtensions) {
238 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
251 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
253 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
255 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
257 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_objec
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp43 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
58 static const GLubyte*
59 nextExtension(const GLubyte* pExtensions) {
71 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
218 const GLubyte* extensions = glGetString(GL_EXTENSIONS);
220 reinterpret_cast<const GLubyte*>("GL_EXT_disjoint_timer_query"));
H A Dcom_google_android_gles_jni_GLImpl.cpp211 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
226 static const GLubyte*
227 nextExtension(const GLubyte* pExtensions) {
239 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
252 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
254 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
256 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
258 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_objec
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl.cpp114 const GLubyte * egl_get_string_for_current_context(GLenum name) {
129 return (const GLubyte *)c->gl_extensions.c_str();
132 const GLubyte * egl_get_string_for_current_context(GLenum name, GLuint index) {
152 return (const GLubyte *)c->tokenized_gl_extensions[index].c_str();
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
H A DGLES10.spec45 const GLubyte * glGetString ( GLenum name )
H A DGLES20.spec73 const GLubyte * glGetString ( GLenum name )
H A DGLES30.spec67 const GLubyte * glGetStringi ( GLenum name, GLuint index )
/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp295 const GLubyte * __glGetString(GLenum name);
296 const GLubyte * __glGetStringi(GLenum name, GLuint index);
303 const GLubyte * glGetString(GLenum name) {
304 const GLubyte * ret = egl_get_string_for_current_context(name);
312 const GLubyte * glGetStringi(GLenum name, GLuint index) {
313 const GLubyte * ret = egl_get_string_for_current_context(name, index);
/frameworks/base/libs/hwui/debug/
H A DNullGlesDriver.cpp166 const GLubyte* NullGlesDriver::glGetString_(GLenum name) {
167 return (GLubyte*)getString(name);
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp347 extern "C" const GLubyte * __glGetString(GLenum name);
349 const GLubyte * glGetString(GLenum name) {
350 const GLubyte * ret = egl_get_string_for_current_context(name);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c82 GLubyte *colorArray;
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
304 result->colorArray[i] = (GLubyte)color[0];
305 result->colorArray[i + 1] = (GLubyte)color[1];
306 result->colorArray[i + 2] = (GLubyte)color[2];
367 GLubyte color;
369 color = (GLubyte)((randomUInt() & 0x5f) + 81); // 101 1111
/frameworks/native/opengl/libagl/
H A Dstate.cpp343 const GLubyte* glGetString(GLenum string)
346 case GL_VENDOR: return (const GLubyte*)gVendorString;
347 case GL_RENDERER: return (const GLubyte*)gRendererString;
348 case GL_VERSION: return (const GLubyte*)gVersionString;
349 case GL_EXTENSIONS: return (const GLubyte*)gExtensionsString;
H A Darray.cpp203 static void fetchExpand4ub(ogles_context_t*, GLfixed* v, const GLubyte* p) {
221 static void fetchExpand3ub(ogles_context_t*, GLfixed* v, const GLubyte* p) {
751 r = *(const GLubyte*)p;
752 p = (const GLubyte*)p + 1;
955 const GLubyte* vp = c->arrays.vertex.element(first);
966 const GLubyte* vp = c->arrays.vertex.element(
H A Dcontext.h196 inline const GLubyte* element(GLint i) const {
197 return (const GLubyte*)physical_pointer + i * stride;
H A Dtexture.cpp1200 userSurface.data = (GLubyte*)pixels;
1282 userSurface.data = (GLubyte*)pixels;
1520 userSurface.data = (GLubyte*)pixels;
/frameworks/native/opengl/include/GLES/
H A Dgl.h67 typedef khronos_uint8_t GLubyte; typedef
456 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
493 GL_API const GLubyte *GL_APIENTRY glGetString (GLenum name);
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp179 GLubyte pixel[4];
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h61 typedef unsigned char GLubyte; typedef
517 GLAPI const GLubyte * APIENTRY glGetString (GLenum name);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h81 typedef khronos_uint8_t GLubyte; typedef
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
597 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);

Completed in 260 milliseconds

12