HomeSort by relevance Sort by last modified time
    Searched refs:deUint8 (Results 151 - 175 of 192) sorted by null

1 2 3 4 5 67 8

  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 113 deUint8 buf[2048];
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 50 deUint8 bytes[16];
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 934 const deUint8* ptr = (const deUint8*)data + m_pixelUnpackSkipRows*rowPitch + m_pixelUnpackSkipPixels*pixelSize;
946 const deUint8* ptr = (const deUint8*)data + m_pixelUnpackSkipImages*slicePitch + m_pixelUnpackSkipRows*rowPitch + m_pixelUnpackSkipPixels*pixelSize;
    [all...]
sglrContextWrapper.hpp 121 const deUint8* glGetString (deUint32 name);
254 const deUint8* glGetStringi (deUint32 name, deUint32 index);
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 595 deMemcpy((deUint8*)dst + sectionStarts[sectionNdx], (const deUint8*)src + sectionStarts[sectionNdx], sectionLens[sectionNdx]);
    [all...]
  /external/deqp/framework/opengl/
gluTexture.cpp 801 void TextureBuffer::bufferData (const deUint8* data, size_t size)
805 m_refBuffer = vector<deUint8>(data, data+size);
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 120 std::vector<deUint8> m_data;
150 float* dst = (float*)((deUint8*)pointer.data + pointer.stride*vertexNdx);
glsScissorTests.cpp 621 vector<deUint8> refData (width*height*bufferFmt.texFmt.getPixelSize());
622 vector<deUint8> resData (width*height*bufferFmt.texFmt.getPixelSize());
glsLongStressCase.cpp     [all...]
glsVertexArrayTests.hpp 275 typedef WrappedType<deUint8> Ubyte;
glsBuiltinPrecisionTests.cpp 562 deUint8* const data = new deUint8[sizeof(value)];
565 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data));
571 deUint8* const data = de::lookup(m_map, variable.getName()).get();
577 map<string, SharedPtr<deUint8, de::ArrayDeleter<deUint8> > > m_map;
    [all...]
  /external/deqp/framework/delibs/decpp/
deCommandLine.cpp 47 return static_cast<const NamedValue<deUint8>*>(namedValue)->name;
  /external/deqp/framework/delibs/deutil/
deSocket.c 256 deUint8 hostAddr[16]; /*!< Binary representation. */
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 57 return ((const deUint8*)ptr)[ndx];
62 deMemcpy(&retVal, (const deUint8*)ptr + ndx * sizeof(deUint16), sizeof(deUint16));
70 deMemcpy(&retVal, (const deUint8*)ptr + ndx * sizeof(deUint32), sizeof(deUint32));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 281 static const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 };
es2fTextureSpecificationTests.cpp 832 vector<deUint8> data;
877 vector<deUint8> data;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 101 vector<deUint8> m_texData;
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 284 static const deUint8 indices[] = { 0, 1, 2, 2, 1, 3 };
es3fTextureFormatTests.cpp 787 deUint8* data = (deUint8*)compressedTexture.getData();
    [all...]
es3fFragmentOutputTests.cpp 474 vector<deUint8> renderedData;
475 vector<deUint8> referenceData;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp 260 const deUint32* resPtr = (const deUint32*)((const deUint8*)ptr + refOffset*outVarInfo.arrayStride);
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 443 std::vector<deUint8> dataBuf (m_spec.bufferOffset + m_spec.bufferStride * GRID_SIZE * GRID_SIZE * 6);
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 276 void createTextureData (vector<deUint8>& data, const TestConfig& config)
293 vector<deUint8> data;
    [all...]
teglCreateContextExtTests.cpp 977 deUint8 robustAccessGL;
    [all...]
  /external/deqp/framework/common/
tcuCommandLine.cpp 224 const char chVal = (char)(deUint8)(ch & 0xff);

Completed in 1180 milliseconds

1 2 3 4 5 67 8