Home
last modified time | relevance | path

Searched refs:GLclampd (Results 1 – 16 of 16) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/OpenGLESDispatch/
Dgles2_stubbed_in_translator_namespace.cpp8 GL_APICALL void GL_APIENTRY glClearDepth(GLclampd) { return; } in glClearDepth() argument
9 GL_APICALL void GL_APIENTRY glDepthRange(GLclampd, GLclampd) { return; } in glDepthRange() argument
Dgles2_stubbed_in_translator_namespace.entries8 void glClearDepth(GLclampd depth);
9 void glDepthRange(GLclampd zNear, GLclampd zFar);
Dgles_common_for_gles2.entries21 void glClearDepth(GLclampd depth);
34 void glDepthRange(GLclampd zNear, GLclampd zFar);
Dgles_common.entries20 void glClearDepth(GLclampd depth);
33 void glDepthRange(GLclampd zNear, GLclampd zFar);
Dgles_common_for_gles1.entries21 void glClearDepth(GLclampd depth);
34 void glDepthRange(GLclampd zNear, GLclampd zFar);
Dgles1_stubbed_in_translator_namespace.cpp27 GL_APICALL void GL_APIENTRY glClearDepth(GLclampd) { return; } in glClearDepth() argument
28 GL_APICALL void GL_APIENTRY glDepthRange(GLclampd, GLclampd) { return; } in glDepthRange() argument
Dgles_common_for_gles1_static_translator_namespaced_header.h22 GL_APICALL void GL_APIENTRY glClearDepth(GLclampd depth);
35 GL_APICALL void GL_APIENTRY glDepthRange(GLclampd zNear, GLclampd zFar);
Dgles_common_for_gles2_static_translator_namespaced_header.h22 GL_APICALL void GL_APIENTRY glClearDepth(GLclampd depth);
35 GL_APICALL void GL_APIENTRY glDepthRange(GLclampd zNear, GLclampd zFar);
Dgles_common_functions.h22 X(void, glClearDepth, (GLclampd depth), (depth)) \
35 X(void, glDepthRange, (GLclampd zNear, GLclampd zFar), (zNear, zFar)) \
Dgles1_stubbed_in_translator_namespace.entries26 void glClearDepth(GLclampd depth);
27 void glDepthRange(GLclampd zNear, GLclampd zFar);
Dgldefs.h19 typedef double GLclampd; /* double precision float in [0,1] */ typedef
Dgles_common_dispatch_logging_wrappers.impl59 void glClearDepth_dispatchLoggingWrapper(GLclampd depth) {
124 void glDepthRange_dispatchLoggingWrapper(GLclampd zNear, GLclampd zFar) {
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/
Dgl.h163 typedef double GLclampd; /* double precision float in [0,1] */ typedef
872 GLAPI void GLAPIENTRY glClearDepth( GLclampd depth );
878 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
Dglext.h11030 GLAPI void APIENTRY glDepthBoundsEXT (GLclampd zmin, GLclampd zmax);
11032 typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_typedefs.h40 typedef double GLclampd; typedef
/device/generic/vulkan-cereal/include/GL/
DGLcorearb.h366 typedef double GLclampd; typedef