Home
last modified time | relevance | path

Searched refs:programObj (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/autotest/client/deps/nvmap_compactor/src/
H A Dnvmap_carveout_compactor.c40 static GLuint vsObj, fsObj, programObj; variable
269 texSampler = glGetUniformLocation(programObj, "tex"); in ShowTextures()
270 transformMatrixUniform = glGetUniformLocation(programObj, in ShowTextures()
543 programObj = glCreateProgram(); in InitGraphicsState()
544 glAttachShader(programObj, vsObj); in InitGraphicsState()
545 glAttachShader(programObj, fsObj); in InitGraphicsState()
546 glBindAttribLocation(programObj, 0, "position"); in InitGraphicsState()
547 glBindAttribLocation(programObj, 1, "tcoord"); in InitGraphicsState()
548 glLinkProgram(programObj); in InitGraphicsState()
549 glUseProgram(programObj); in InitGraphicsState()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_2_0_params.cpp402 gl::Program *programObj = GetProgramForCapture(glState, program); in CaptureGetProgramInfoLog_infoLog() local
403 ASSERT(programObj); in CaptureGetProgramInfoLog_infoLog()
404 paramCapture->readBufferSizeBytes = programObj->getInfoLogLength() + 1; in CaptureGetProgramInfoLog_infoLog()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Duniforms.c1004 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name, in _mesa_GetUniformLocation_impl() argument
1011 shProg = _mesa_lookup_shader_program_err_glthread(ctx, programObj, glthread, in _mesa_GetUniformLocation_impl()
1031 _mesa_GetUniformLocation(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation() argument
1033 return _mesa_GetUniformLocation_impl(programObj, name, false); in _mesa_GetUniformLocation()
1037 _mesa_GetUniformLocation_no_error(GLuint programObj, const GLcharARB *name) in _mesa_GetUniformLocation_no_error() argument
1042 _mesa_lookup_shader_program(ctx, programObj); in _mesa_GetUniformLocation_no_error()
H A Duniforms.h97 _mesa_GetUniformLocation_impl(GLuint programObj, const GLcharARB *name,
H A Dshaderapi.c1912 _mesa_LinkProgram_no_error(GLuint programObj) in _mesa_LinkProgram_no_error() argument
1917 _mesa_lookup_shader_program(ctx, programObj); in _mesa_LinkProgram_no_error()
1923 _mesa_LinkProgram(GLuint programObj) in _mesa_LinkProgram() argument
1928 _mesa_debug(ctx, "glLinkProgram %u\n", programObj); in _mesa_LinkProgram()
1931 _mesa_lookup_shader_program_err(ctx, programObj, "glLinkProgram"); in _mesa_LinkProgram()
/aosp_15_r20/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_opengl.h6423 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
6424 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
6425 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
6449 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
6450 GLAPI void APIENTRY glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength,…
6451 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
6452 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
6463 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
6464 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
6465 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/GL/
Dglext.h7480 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
7481 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
7482 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
7506 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
7507 GLAPI void APIENTRY glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength,…
7508 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
7509 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
7520 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
7521 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
7522 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglext.h7482 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
7483 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
7484 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
7508 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
7509 GLAPI void APIENTRY glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength,…
7510 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
7511 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
7522 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
7523 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
7524 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
Dglext.h3930 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3931 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3932 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3956 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *…
3957 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLsize…
3958 typedef void (APIENTRYP PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat …
3959 typedef void (APIENTRYP PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint *p…
3970 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3971 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3972 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
[all …]
/aosp_15_r20/external/mesa3d/include/GL/
H A Dglext.h4108 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
4109 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
4110 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
4134 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *…
4135 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLsize…
4136 typedef void (APIENTRYP PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat …
4137 typedef void (APIENTRYP PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint *p…
4148 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
4149 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
4150 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
[all …]
/aosp_15_r20/external/libepoxy/prebuilt-intermediates/include/epoxy/
H A Dgl_generated.h6904 typedef void (GLAPIENTRY *PFNGLBINDATTRIBLOCATIONARBPROC)(GLhandleARB programObj, GLuint index, con…
7696 typedef void (GLAPIENTRY *PFNGLGETACTIVEATTRIBARBPROC)(GLhandleARB programObj, GLuint index, GLsize…
7701 typedef void (GLAPIENTRY *PFNGLGETACTIVEUNIFORMARBPROC)(GLhandleARB programObj, GLuint index, GLsiz…
7712 typedef GLint (GLAPIENTRY *PFNGLGETATTRIBLOCATIONARBPROC)(GLhandleARB programObj, const GLcharARB *…
8094 typedef GLint (GLAPIENTRY *PFNGLGETUNIFORMLOCATIONARBPROC)(GLhandleARB programObj, const GLcharARB …
8099 typedef void (GLAPIENTRY *PFNGLGETUNIFORMFVARBPROC)(GLhandleARB programObj, GLint location, GLfloat…
8103 typedef void (GLAPIENTRY *PFNGLGETUNIFORMIVARBPROC)(GLhandleARB programObj, GLint location, GLint *…
8338 typedef void (GLAPIENTRY *PFNGLLINKPROGRAMARBPROC)(GLhandleARB programObj);
9657 typedef void (GLAPIENTRY *PFNGLUSEPROGRAMOBJECTARBPROC)(GLhandleARB programObj);
9673 typedef void (GLAPIENTRY *PFNGLVALIDATEPROGRAMARBPROC)(GLhandleARB programObj);
[all …]
/aosp_15_r20/external/libepoxy/prebuilt-intermediates/src/
H A Dgl_generated_dispatch.c114567 …S(glBindAttribLocationARB, (GLhandleARB programObj, GLuint index, const GLcharARB * name), ((uintp…
115359 …handleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * ty…
115364 …handleARB programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * ty…
115375 …ET(GLint, glGetAttribLocationARB, (GLhandleARB programObj, const GLcharARB * name), ((uintptr_t)pr…
115757 …T(GLint, glGetUniformLocationARB, (GLhandleARB programObj, const GLcharARB * name), ((uintptr_t)pr…
115762 …EN_THUNKS(glGetUniformfvARB, (GLhandleARB programObj, GLint location, GLfloat * params), ((uintptr…
115766 GEN_THUNKS(glGetUniformivARB, (GLhandleARB programObj, GLint location, GLint * params), ((uintptr_t…
116001 GEN_THUNKS(glLinkProgramARB, (GLhandleARB programObj), ((uintptr_t)programObj))
117320 GEN_THUNKS(glUseProgramObjectARB, (GLhandleARB programObj), ((uintptr_t)programObj))
117336 GEN_THUNKS(glValidateProgramARB, (GLhandleARB programObj), ((uintptr_t)programObj))
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
H A Dglew.h6590 typedef void (GLAPIENTRY * PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLs…
6597 typedef GLint (GLAPIENTRY * PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharAR…
6598 typedef void (GLAPIENTRY * PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLflo…
6599 typedef void (GLAPIENTRY * PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint…
6600 typedef void (GLAPIENTRY * PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
6621 typedef void (GLAPIENTRY * PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
6622 typedef void (GLAPIENTRY * PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
8235 typedef void (GLAPIENTRY * PFNGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, c…
8236 typedef void (GLAPIENTRY * PFNGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsi…
8237 typedef GLint (GLAPIENTRY * PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB…