OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:program_object_id
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/openglcts/modules/gl/
gl3cGLSLnoperspectiveTests.cpp
128
* @param
program_object_id
Id of program object
131
glw::GLuint
program_object_id
)
142
gl.attachShader(
program_object_id
, fragment_shader_id);
148
gl.attachShader(
program_object_id
, vertex_shader_id);
153
gl.linkProgram(
program_object_id
);
157
gl.getProgramiv(
program_object_id
, GL_LINK_STATUS, &status);
167
gl.getProgramiv(
program_object_id
, GL_INFO_LOG_LENGTH, &length);
173
gl.getProgramInfoLog(
program_object_id
, length, 0, &message[0]);
199
glw::GLuint
program_object_id
= 0;
local
216
program_object_id
= gl.createProgram()
[
all
...]
/external/deqp/external/openglcts/modules/glesext/
esextcTestCaseBase.cpp
785
glw::GLuint
program_object_id
= 0;
local
[
all
...]
/external/deqp/external/openglcts/modules/gles3/
es3cCopyTexImageConversionsTests.cpp
227
GLuint
program_object_id
;
member in struct:es3cts::NonRenderableInternalformatSupportObjects
[
all
...]
/external/deqp/external/openglcts/modules/gles31/
es31cArrayOfArraysTests.hpp
299
glw::GLint
program_object_id
;
member in class:glcts::ArraysOfArrays::TestCaseBase
[
all
...]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp
3287
glw::GLuint
program_object_id
= info.getProgramId();
local
3305
glw::GLuint
program_object_id
= info.getProgramId();
local
3314
message << "Program id: " <<
program_object_id
;
local
3695
glw::GLuint
program_object_id
= programDefinition::m_invalid_
program_object_id
;
local
[
all
...]
Completed in 550 milliseconds