HomeSort by relevance Sort by last modified time
    Searched refs:program_object_id (Results 1 - 12 of 12) sorted by null

  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderProgramResource.hpp 64 bool checkIfResourceAtIndexIsReferenced(glw::GLuint program_object_id, glw::GLenum interface,
67 bool checkIfResourceIsReferenced(glw::GLuint program_object_id, glw::GLenum interface, const char* name) const;
esextcGeometryShaderProgramResource.cpp 604 * @param program_object_id Program which will be inspected;
611 bool GeometryShaderProgramResourceTest::checkIfResourceAtIndexIsReferenced(glw::GLuint program_object_id,
615 (void)program_object_id;
650 * @param program_object_id Program which will be inspected
657 bool GeometryShaderProgramResourceTest::checkIfResourceIsReferenced(glw::GLuint program_object_id,
667 index = gl.getProgramResourceIndex(program_object_id, interface, name);
679 return checkIfResourceAtIndexIsReferenced(program_object_id, interface, index);
  /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...]
gl4cShaderImageLoadStoreTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5FmaAccuracy.hpp 134 void executePass(glw::GLuint program_object_id, glw::GLfloat* results);
esextcGPUShader5FmaAccuracy.cpp 365 * @param program_object_id Gpu program that will be used during draw calls
368 void GPUShader5FmaAccuracyTest::executePass(glw::GLuint program_object_id, glw::GLfloat* results)
374 glw::GLint uniform_location = gl.getUniformLocation(program_object_id, "uni_number_of_steps");
392 gl.useProgram(program_object_id);
  /external/deqp/external/openglcts/modules/glesext/
esextcTestCaseBase.cpp 785 glw::GLuint program_object_id = 0; local
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cArrayOfArraysTests.cpp 506 , program_object_id(0)
527 if (program_object_id != 0)
529 gl.deleteProgram(program_object_id);
530 program_object_id = 0;
    [all...]
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...]
esextcTextureCubeMapArraySampling.hpp 392 void attach(glw::GLuint program_object_id) const;
  /external/deqp/external/openglcts/modules/gles3/
es3cCopyTexImageConversionsTests.cpp 227 GLuint program_object_id; member in struct:es3cts::NonRenderableInternalformatSupportObjects
    [all...]

Completed in 2254 milliseconds