HomeSort by relevance Sort by last modified time
    Searched refs:getAttribLocation (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 159 virtual deInt32 getAttribLocation (deUint32 program, const char *name) = DE_NULL;
sglrGLContext.hpp 171 virtual deInt32 getAttribLocation (deUint32 program, const char *name);
  /external/deqp/modules/egl/
teglSwapBuffersTests.cpp 330 posLocation = gl.getAttribLocation(program, "a_pos");
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 543 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position");
544 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize");
545 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color");
680 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position");
681 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color");
    [all...]
es2fFlushFinishTests.cpp 220 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position");
es2fDepthStencilClearTests.cpp 280 int positionLoc = gl.getAttribLocation(m_visProgram->getProgram(), "a_position");
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 546 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position");
547 const GLint pointSizeLoc = ctx.getAttribLocation(programId, "a_pointSize");
548 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color");
683 const GLint positionLoc = ctx.getAttribLocation(programId, "a_position");
684 const GLint colorLoc = ctx.getAttribLocation(programId, "a_color");
    [all...]
es3fDrawTests.cpp 690 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position");
691 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
692 deInt32 colorLocation = ctx.getAttribLocation(programID, "a_color");
    [all...]
es3fDepthStencilClearTests.cpp 283 int positionLoc = gl.getAttribLocation(m_visProgram->getProgram(), "a_position");
es3fFlushFinishTests.cpp 229 const int posLoc = gl.getAttribLocation(m_program->getProgram(), "a_position");
es3fFragDepthTests.cpp 370 int posLoc = gl.getAttribLocation(program.getProgram(), "a_position");
  /external/deqp/modules/gles31/functional/
es31fShaderTextureSizeTests.cpp 411 const int positionLoc = gl.getAttribLocation(m_shader->getProgram(), "a_position");
es31fDrawTests.cpp 821 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position");
822 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
823 deInt32 colorLocation = ctx.getAttribLocation(programID, "a_color");
    [all...]
es31fMultisampleTests.cpp 267 m_attrPositionLoc = gl.getAttribLocation(m_program->getProgram(), "a_position");
268 m_attrColorLoc = gl.getAttribLocation(m_program->getProgram(), "a_color");
269 GLU_EXPECT_NO_ERROR(gl.getError(), "getAttribLocation");
    [all...]
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 335 const int positionLocation = gl.getAttribLocation(m_program->getProgram(), "a_position");
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 211 int location = gl.getAttribLocation(program, m_attributes[attribNdx].name.c_str());
glsScissorTests.cpp 86 const deInt32 posLoc = gl.getAttribLocation(program, "a_position");
100 const deInt32 posLoc = gl.getAttribLocation(program, "a_position");
  /external/deqp/framework/opengl/wrapper/
glwInitES20.inl 61 gl->getAttribLocation = (glGetAttribLocationFunc) loader->get("glGetAttribLocation");
glwInitES30Direct.inl 61 gl->getAttribLocation = &glGetAttribLocation;
  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 360 int compareAttribLocation = gl.getAttribLocation(program, "a_compareValue");
633 int boundAttribLocation = gl.getAttribLocation(program, "a_bound");
es2pTextureUploadTests.cpp 198 deUint32 aPos = gl.getAttribLocation (m_program->getProgram(), "a_pos");
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 364 int compareAttribLocation = gl.getAttribLocation(program, "a_compareValue");
641 int boundAttribLocation = gl.getAttribLocation(program, "a_bound");
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 469 GLint TestWebGraphicsContext3D::getAttribLocation(GLuint program,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 122 virtual WGC3Dint getAttribLocation(WebGLId program, const WGC3Dchar* name) { return 0; }
  /external/deqp/framework/opengl/
gluDrawUtil.cpp 228 int location = gl.getAttribLocation(program, binding.name.c_str());

Completed in 568 milliseconds

12 3 4 5