Searched refs:stages (Results 1 – 13 of 13) 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 | 2358 /// Pipeline stages 2377 …VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT = 0x00008000, /// All stages of the graph… 3499 …VkShaderStageFlags stageFlags /// Shader stages this binding is v… 3728 VkShaderStageFlags stageFlags /// Which stages use the range 3740 …nstantRanges /// Array of pushConstantRangeCount number of ranges used by various shader stages 3980 …iptorSetSamplers /// max num of samplers allowed in all stages in a descriptor set 3981 …tUniformBuffers /// max num of uniform buffers allowed in all stages in a descriptor set 3982 …BuffersDynamic /// max num of dynamic uniform buffers allowed in all stages in a descriptor set 3983 …tStorageBuffers /// max num of storage buffers allowed in all stages in a descriptor set 3984 …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); 1525 void API_ENTRY(glUseProgramStagesEXT)(GLuint pipeline, GLbitfield stages, GLuint program) { 1526 CALL_GL_API(glUseProgramStagesEXT, pipeline, stages, program);
|
D | gles_decls.in | 258 GL_ENTRY(void, glUseProgramStages, GLuint pipeline, GLbitfield stages, GLuint program) 509 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 | 673 void API_ENTRY(glUseProgramStagesEXT)(GLuint pipeline, GLbitfield stages, GLuint program) { 674 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 | 929 (JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) { in android_glUseProgramStages__III() argument 932 (GLbitfield)stages, in android_glUseProgramStages__III()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 977 GL_ENTRY(void, glUseProgramStages, GLuint pipeline, GLbitfield stages, GLuint program) 978 GL_ENTRY(void, glUseProgramStagesEXT, GLuint pipeline, GLbitfield stages, GLuint program)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1793 typedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESEXTPROC) (GLuint pipeline, GLbitfield stages, GLuin… 1838 GL_APICALL void GL_APIENTRY glUseProgramStagesEXT (GLuint pipeline, GLbitfield stages, GLuint progr…
|
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | advs.txt | 4767 landing-stages."
|