Home
last modified time | relevance | path

Searched refs:stages (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/startop/view_compiler/
DREADME.md19 This tool is still in its early stages and has a number of limitations.
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec12 void glUseProgramStages ( GLuint pipeline, GLbitfield stages, GLuint program )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java330 int stages, in glUseProgramStages() argument
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in772 void API_ENTRY(glUseProgramStages)(GLuint pipeline, GLbitfield stages, GLuint program) {
773 CALL_GL_API(glUseProgramStages, pipeline, stages, program);
Dgl2ext_api.in673 void API_ENTRY(glUseProgramStagesEXT)(GLuint pipeline, GLbitfield stages, GLuint program) {
674 CALL_GL_API(glUseProgramStagesEXT, pipeline, stages, program);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1395 typedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESPROC) (GLuint pipeline, GLbitfield stages, GLuint p…
1464 GL_APICALL void GL_APIENTRY glUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program);
Dgl32.h1395 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/
Dandroid_opengl_GLES31.cpp897 (JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) { in android_glUseProgramStages__III() argument
900 (GLbitfield)stages, in android_glUseProgramStages__III()
/frameworks/native/opengl/libs/
Dentries.in977 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/
Dgl2ext.h1793 typedef void (GL_APIENTRYP PFNGLUSEPROGRAMSTAGESEXTPROC) (GLuint pipeline, GLbitfield stages, GLuin…
1838 GL_APICALL void GL_APIENTRY glUseProgramStagesEXT (GLuint pipeline, GLbitfield stages, GLuint progr…
/frameworks/proto_logging/stats/
Datoms.proto16270 // All stages completed.