HomeSort by relevance Sort by last modified time
    Searched refs:getProgramResourceIndex (Results 1 - 25 of 32) sorted by null

1 2

  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 176 const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM_BLOCK, "Input");
178 const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "Input.values");
198 const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output");
213 const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output");
215 const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_BUFFER_VARIABLE, "Output.values");
298 const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Input");
300 const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_BUFFER_VARIABLE, "Input.values");
321 const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output");
336 const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_BLOCK, "Output");
338 const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_BUFFER_VARIABLE, "Output.values")
    [all...]
es31fSSBOArrayLengthTests.cpp 119 const deUint32 index = gl.getProgramResourceIndex(m_shader->getProgram(), GL_BUFFER_VARIABLE, "Out.outLength");
132 const deUint32 index = gl.getProgramResourceIndex(m_shader->getProgram(), GL_BUFFER_VARIABLE, "Out.unused");
145 const deUint32 index = gl.getProgramResourceIndex(m_shader->getProgram(), GL_BUFFER_VARIABLE, "Target.array");
es31fShaderAtomicOpTests.cpp 195 const deUint32 blockNdx = gl.getProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "InOut");
197 const deUint32 inVarNdx = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "InOut.inputValues[0]");
199 const deUint32 outVarNdx = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "InOut.outputValues[0]");
201 const deUint32 groupVarNdx = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "InOut.groupValues[0]");
    [all...]
es31fComputeShaderBuiltinVarTests.cpp 216 const deUint32 outVarIndex = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "Output.result");
es31fShaderSharedVarTests.cpp 180 const deUint32 outBlockNdx = gl.getProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "Result");
es31fLayoutBindingTests.cpp     [all...]
es31fProgramInterfaceQueryTests.cpp 973 // verify GetProgramResourceIndex() matches the indices of the list
976 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "GetProgramResourceIndex returned unexpected values");
    [all...]
es31fProgramInterfaceQueryTestCase.cpp     [all...]
es31fSSBOLayoutCase.cpp     [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderProgramResource.cpp 398 gl.getProgramResourceIndex(m_program_object_id, GL_UNIFORM, "uni_atom_horizontal");
400 gl.getProgramResourceIndex(m_program_object_id, GL_UNIFORM, "uni_atom_vertical");
667 index = gl.getProgramResourceIndex(program_object_id, interface, name);
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderProgramInterfaces.cpp 530 glw::GLuint resource_index = gl.getProgramResourceIndex(m_po_id, interface, resource_name);
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 135 dst->getProgramResourceIndex = src.getProgramResourceIndex;
  /external/deqp/framework/opengl/wrapper/
glwInitES31Direct.inl 135 gl->getProgramResourceIndex = &glGetProgramResourceIndex;
glwInitES32Direct.inl 156 gl->getProgramResourceIndex = &glGetProgramResourceIndex;
glwFunctions.inl 327 glGetProgramResourceIndexFunc getProgramResourceIndex;
    [all...]
glwInitES31.inl 135 gl->getProgramResourceIndex = (glGetProgramResourceIndexFunc) loader->get("glGetProgramResourceIndex");
glwInitES32.inl 156 gl->getProgramResourceIndex = (glGetProgramResourceIndexFunc) loader->get("glGetProgramResourceIndex");
    [all...]
glwInitExtGL.inl     [all...]
glwInitGL43.inl 193 gl->getProgramResourceIndex = (glGetProgramResourceIndexFunc) loader->get("glGetProgramResourceIndex");
    [all...]
glwInitGL44.inl 202 gl->getProgramResourceIndex = (glGetProgramResourceIndexFunc) loader->get("glGetProgramResourceIndex");
    [all...]
glwInitGL45.inl 242 gl->getProgramResourceIndex = (glGetProgramResourceIndexFunc) loader->get("glGetProgramResourceIndex");
    [all...]
glwInitGL46.inl 242 gl->getProgramResourceIndex = (glGetProgramResourceIndexFunc) loader->get("glGetProgramResourceIndex");
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cLayoutBindingTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.hpp 439 glw::GLuint getProgramResourceIndex(glw::GLuint program_id, glw::GLenum program_interface,
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 327 gl->getProgramResourceIndex = glGetProgramResourceIndex;
    [all...]

Completed in 1016 milliseconds

1 2