Searched refs:glSampleCoveragex (Results 1 – 20 of 20) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 133 {"glSampleCoveragex", (void*)glSampleCoveragex},
|
D | gl_client_context.h | 135 glSampleCoveragex_client_proc_t glSampleCoveragex; member
|
D | gl_client_context.cpp | 135 glSampleCoveragex = (glSampleCoveragex_client_proc_t) getProc("glSampleCoveragex", userData); in initDispatchByName()
|
D | gl_entry.cpp | 130 void glSampleCoveragex(GLclampx value, GLboolean invert); 1045 void glSampleCoveragex(GLclampx value, GLboolean invert) in glSampleCoveragex() function 1048 ctx->glSampleCoveragex(ctx, value, invert); in glSampleCoveragex()
|
D | gl_enc.cpp | 9052 this->glSampleCoveragex = &glSampleCoveragex_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 139 glSampleCoveragex_server_proc_t glSampleCoveragex; member
|
D | gles1_server_context.cpp | 135 glSampleCoveragex = (glSampleCoveragex_server_proc_t) getProc("glSampleCoveragex", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2543 this->glSampleCoveragex(var_value, var_invert); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 101 void glSampleCoveragex(GLclampx value, GLboolean invert);
|
D | gles1_only_dispatch_logging_wrappers.impl | 480 DISPATCH_DEBUG_LOG("glSampleCoveragex(value:%d, invert:%d)", value, invert);
|
D | gles12tr_internal.entries | 250 void glSampleCoveragex( GLclampx value, GLboolean invert);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 103 GL_APICALL void GL_APIENTRY glSampleCoveragex(GLclampx value, GLboolean invert);
|
D | gles1_only_functions.h | 103 X(void, glSampleCoveragex, (GLclampx value, GLboolean invert), (value, invert)) \
|
D | gles12tr_internal.h | 252 X(void, glSampleCoveragex, (GLclampx value, GLboolean invert), (value, invert)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 508 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 123 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 196 X(void, glSampleCoveragex, (GLclampx value, GLboolean invert), (value, invert)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1838 GL_API void GL_APIENTRY glSampleCoveragex( GLclampx value, GLboolean invert) { in glSampleCoveragex() function
|