HomeSort by relevance Sort by last modified time
    Searched refs:deUintptr (Results 26 - 35 of 35) sorted by null

12

  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 969 (void*)(deUintptr)(0x0FF),
970 (void*)(deUintptr)(0x0EF)
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 428 gl.drawElements(GL_TRIANGLES, 6*(numQuads-1), GL_UNSIGNED_SHORT, (const void*)(deUintptr)(6*sizeof(deUint16)));
434 gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, (const void*)(deUintptr)(quadNdx*6*sizeof(deUint16)));
es31fTextureSpecificationTests.cpp 463 glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_internalFormat, m_size, m_size, m_depth, 0, transferFmt.format, transferFmt.dataType, (const void*)(deUintptr)m_offset);
    [all...]
es31fDrawTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 806 void* getPixelPackPtr (void* ptrOffset) const { return m_pixelPackBufferBinding ? (void*)((deUintptr)m_pixelPackBufferBinding->getData()+(deUintptr)ptrOffset) : ptrOffset; }
807 const void* getPixelUnpackPtr (const void* ptrOffset) const { return m_pixelUnpackBufferBinding ? (const void*)((deUintptr)m_pixelUnpackBufferBinding->getData()+(deUintptr)ptrOffset) : ptrOffset; }
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 94 layout->push_back(glu::va::Float(var->getName(), numComps, numVertices, 0 /* computed later */, (const float*)(deUintptr)curOffset));
139 (const void*)((deUintptr)entry.pointer.data+(deUintptr)data.getBasePtr())));
glsBufferTestUtil.cpp 630 glVertexAttribPointer (m_byteVecLoc, 3, GL_UNSIGNED_BYTE, GL_TRUE, 0, (const glw::GLvoid*)(deUintptr)(offset + curOffset));
816 glDrawElements (GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void*)(deUintptr)(offset+curOffset));
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 619 EGLImageKHR image = m_eglCreateImageKHR(m_testCtx.getDisplay().getEGLDisplay(), m_eglContext, EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)sourceTexture, attribList);
    [all...]
teglGLES2SharingThreadedTests.cpp     [all...]

Completed in 458 milliseconds

12