Searched refs:GLclampd (Results 1 – 16 of 16) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/OpenGLESDispatch/ |
D | gles2_stubbed_in_translator_namespace.cpp | 8 GL_APICALL void GL_APIENTRY glClearDepth(GLclampd) { return; } in glClearDepth() argument 9 GL_APICALL void GL_APIENTRY glDepthRange(GLclampd, GLclampd) { return; } in glDepthRange() argument
|
D | gles2_stubbed_in_translator_namespace.entries | 8 void glClearDepth(GLclampd depth); 9 void glDepthRange(GLclampd zNear, GLclampd zFar);
|
D | gles_common_for_gles2.entries | 21 void glClearDepth(GLclampd depth); 34 void glDepthRange(GLclampd zNear, GLclampd zFar);
|
D | gles_common.entries | 20 void glClearDepth(GLclampd depth); 33 void glDepthRange(GLclampd zNear, GLclampd zFar);
|
D | gles_common_for_gles1.entries | 21 void glClearDepth(GLclampd depth); 34 void glDepthRange(GLclampd zNear, GLclampd zFar);
|
D | gles1_stubbed_in_translator_namespace.cpp | 27 GL_APICALL void GL_APIENTRY glClearDepth(GLclampd) { return; } in glClearDepth() argument 28 GL_APICALL void GL_APIENTRY glDepthRange(GLclampd, GLclampd) { return; } in glDepthRange() argument
|
D | gles_common_for_gles1_static_translator_namespaced_header.h | 22 GL_APICALL void GL_APIENTRY glClearDepth(GLclampd depth); 35 GL_APICALL void GL_APIENTRY glDepthRange(GLclampd zNear, GLclampd zFar);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 22 GL_APICALL void GL_APIENTRY glClearDepth(GLclampd depth); 35 GL_APICALL void GL_APIENTRY glDepthRange(GLclampd zNear, GLclampd zFar);
|
D | gles_common_functions.h | 22 X(void, glClearDepth, (GLclampd depth), (depth)) \ 35 X(void, glDepthRange, (GLclampd zNear, GLclampd zFar), (zNear, zFar)) \
|
D | gles1_stubbed_in_translator_namespace.entries | 26 void glClearDepth(GLclampd depth); 27 void glDepthRange(GLclampd zNear, GLclampd zFar);
|
D | gldefs.h | 19 typedef double GLclampd; /* double precision float in [0,1] */ typedef
|
D | gles_common_dispatch_logging_wrappers.impl | 59 void glClearDepth_dispatchLoggingWrapper(GLclampd depth) { 124 void glDepthRange_dispatchLoggingWrapper(GLclampd zNear, GLclampd zFar) {
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/ |
D | gl.h | 163 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 );
|
D | glext.h | 11030 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/ |
D | functionsgl_typedefs.h | 40 typedef double GLclampd; typedef
|
/device/generic/vulkan-cereal/include/GL/ |
D | GLcorearb.h | 366 typedef double GLclampd; typedef
|