Home
last modified time | relevance | path

Searched refs:glSampleCoverage (Results 1 – 25 of 53) sorted by relevance

123

/hardware/google/gfxstream/host/tests/
DGLSnapshotMultisampling_unittest.cpp43 gl->glSampleCoverage(GetParam().value, GetParam().invert); in stateChange()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h132 {"glSampleCoverage", (void*)glSampleCoverage},
Dgl_client_context.h134 glSampleCoverage_client_proc_t glSampleCoverage; member
Dgl_client_context.cpp134 glSampleCoverage = (glSampleCoverage_client_proc_t) getProc("glSampleCoverage", userData); in initDispatchByName()
Dgl_entry.cpp129 void glSampleCoverage(GLclampf value, GLboolean invert);
1039 void glSampleCoverage(GLclampf value, GLboolean invert) in glSampleCoverage() function
1042 ctx->glSampleCoverage(ctx, value, invert); in glSampleCoverage()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h106 {"glSampleCoverage", (void*)glSampleCoverage},
Dgl2_client_context.h108 glSampleCoverage_client_proc_t glSampleCoverage; member
Dgl2_client_context.cpp108 glSampleCoverage = (glSampleCoverage_client_proc_t) getProc("glSampleCoverage", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries67 void glSampleCoverage( GLclampf value, GLboolean invert );
Dgles_common.entries66 void glSampleCoverage( GLclampf value, GLboolean invert );
Dgles_common_for_gles2.entries67 void glSampleCoverage( GLclampf value, GLboolean invert );
Dgles_common_dispatch_logging_wrappers.impl290 DISPATCH_DEBUG_LOG("glSampleCoverage(value:%f, invert:%d)", value, invert);
Dgles12tr_internal.entries249 void glSampleCoverage( GLclampf value, GLboolean invert);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h68 GL_APICALL void GL_APIENTRY glSampleCoverage(GLclampf value, GLboolean invert);
Dgles_common_for_gles2_static_translator_namespaced_header.h68 GL_APICALL void GL_APIENTRY glSampleCoverage(GLclampf value, GLboolean invert);
Dgles_common_functions.h68 X(void, glSampleCoverage, (GLclampf value, GLboolean invert), (value, invert)) \
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h138 glSampleCoverage_server_proc_t glSampleCoverage; member
Dgles1_server_context.cpp134 glSampleCoverage = (glSampleCoverage_server_proc_t) getProc("glSampleCoverage", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h139 glSampleCoverage_server_proc_t glSampleCoverage; member
Dgles2_server_context.cpp108 glSampleCoverage = (glSampleCoverage_server_proc_t) getProc("glSampleCoverage", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h507 GL_API void GL_APIENTRY glSampleCoverage (GLfloat value, GLboolean invert);
/hardware/google/gfxstream/include/GLES/
Dgl.h717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp1831 GL_API void GL_APIENTRY glSampleCoverage( GLclampf value, GLboolean invert) { in glSampleCoverage() function
1835 ctx->dispatcher().glSampleCoverage(value,invert); in glSampleCoverage()
1842 ctx->dispatcher().glSampleCoverage(X2F(value),invert); in glSampleCoveragex()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h621 GL_APICALL void GL_APIENTRY glSampleCoverage (GLfloat value, GLboolean invert);

123