Searched refs:stages (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 12 void glUseProgramStages ( GLuint pipeline, GLbitfield stages, GLuint program )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 330 int stages, in glUseProgramStages() argument
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 1606 /// Pipeline stages 1625 …VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT = 0x00008000, /// All stages of the graph… 2535 …VkShaderStageFlags stageFlags /// Shader stages this binding is v… 2764 VkShaderStageFlags stageFlags /// Which stages use the range 2776 …nstantRanges /// Array of pushConstantRangeCount number of ranges used by various shader stages 3016 …iptorSetSamplers /// max num of samplers allowed in all stages in a descriptor set 3017 …tUniformBuffers /// max num of uniform buffers allowed in all stages in a descriptor set 3018 …BuffersDynamic /// max num of dynamic uniform buffers allowed in all stages in a descriptor set 3019 …tStorageBuffers /// max num of storage buffers allowed in all stages in a descriptor set 3020 …BuffersDynamic /// max num of dynamic storage buffers allowed in all stages in a descriptor set [all …]
|
/frameworks/base/libs/hwui/debug/ |
D | gles_stubs.in | 772 void API_ENTRY(glUseProgramStages)(GLuint pipeline, GLbitfield stages, GLuint program) { 773 CALL_GL_API(glUseProgramStages, pipeline, stages, program); 1528 void API_ENTRY(glUseProgramStagesEXT)(GLuint pipeline, GLbitfield stages, GLuint program) { 1529 CALL_GL_API(glUseProgramStagesEXT, pipeline, stages, program);
|
D | gles_decls.in | 258 GL_ENTRY(void, glUseProgramStages, GLuint pipeline, GLbitfield stages, GLuint program) 510 GL_ENTRY(void, glUseProgramStagesEXT, GLuint pipeline, GLbitfield stages, GLuint program)
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 772 void API_ENTRY(glUseProgramStages)(GLuint pipeline, GLbitfield stages, GLuint program) { 773 CALL_GL_API(glUseProgramStages, pipeline, stages, program);
|
D | gl2ext_api.in | 535 void API_ENTRY(glUseProgramStagesEXT)(GLuint pipeline, GLbitfield stages, GLuint program) { 536 CALL_GL_API(glUseProgramStagesEXT, pipeline, stages, program);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 1395 typedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESPROC) (GLuint pipeline, GLbitfield stages, GLuint p… 1464 GL_APICALL void GL_APIENTRY glUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program);
|
D | gl32.h | 1395 typedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESPROC) (GLuint pipeline, GLbitfield stages, GLuint p… 1464 GL_APICALL void GL_APIENTRY glUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 930 (JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) { in android_glUseProgramStages__III() argument 933 (GLbitfield)stages, in android_glUseProgramStages__III()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1538 typedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESEXTPROC) (GLuint pipeline, GLbitfield stages, GLuin… 1583 GL_APICALL void GL_APIENTRY glUseProgramStagesEXT (GLuint pipeline, GLbitfield stages, GLuint progr…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 862 GL_ENTRY(void, glUseProgramStages, GLuint pipeline, GLbitfield stages, GLuint program) 863 GL_ENTRY(void, glUseProgramStagesEXT, GLuint pipeline, GLbitfield stages, GLuint program)
|