Home
last modified time | relevance | path

Searched defs:bufferID (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLBuffer.h27 GrGLuint bufferID() const { return fBufferID; } in bufferID() function in GrGLBuffer
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVertexArrayPerfTest.cpp135 void VertexArrayBenchmark::rebindVertexArray(GLuint vertexArrayID, GLuint bufferID) in rebindVertexArray() argument
147 updateBufferData(GLuint vertexArrayID, GLuint bufferID, GLuint bufferSize) updateBufferData() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback.cpp257 angle::Result TransformFeedback::detachBuffer(const Context *context, BufferID bufferID) in detachBuffer() argument
H A DVertexArray.cpp176 bool VertexArray::detachBuffer(const Context *context, BufferID bufferID) in detachBuffer() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1699 GLuint bufferID; in test() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dtrace_fixture.cpp269 void UpdateClientBufferData(GLuint bufferID, const void *source, GLsizei size) in UpdateClientBufferData() argument
274 void UpdateClientBufferData2(GLuint bufferID, const void *source, GLsizei size) in UpdateClientBufferData2() argument
279 void UpdateClientBufferData2WithOffset(GLuint bufferID, in UpdateClientBufferData2WithOffset() argument
H A DFrameCapture.h89 void setMappedBufferID(gl::BufferID bufferID) { mMappedBufferID = bufferID; } in setMappedBufferID() argument
500 bool hasBufferData(gl::BufferID bufferID) in hasBufferData() argument
510 std::pair<GLintptr, GLsizeiptr> getBufferDataOffsetAndLength(gl::BufferID bufferID) in getBufferDataOffsetAndLength() argument
H A DFrameCapture.cpp644 gl::BufferID bufferID = call.params.getMappedBufferID(); in WriteCppReplayForCall() local
2025 gl::BufferID bufferID = {0}; in CaptureVertexArrayState() local
2429 GLuint bufferID = (*id).value; in CaptureBufferResetCalls() local
2515 gl::BufferID bufferID = buffer.get()->id(); CaptureIndexedBuffers() local
3232 gl::BufferID bufferID = boundBuffers[binding].id(); CaptureMidExecutionSetup() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp597 GLuint bufferID = 0; in setPixelUnpackBuffer() local
648 GLuint bufferID = 0; in setPixelPackBuffer() local
H A DTextureGL.cpp1749 const GLuint bufferID = buffer ? GetImplAs<BufferGL>(buffer)->getBufferID() : 0; in setBuffer() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp2846 GLuint bufferID; in test() local
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
H A Dgles3ndk.cpp433 GLuint bufferID = INT_INIT_VAL; in GLBindBuffer() local
446 GLuint bufferID = INT_INIT_VAL; in GLBindBufferBase() local
459 GLuint bufferID = INT_INIT_VAL; in GLBindBufferRange() local
766 GLuint bufferID; GLBufferData() local
781 GLuint bufferID; GLBufferSubData() local
825 GLuint bufferID = INT_INIT_VAL; GLClearBufferfi() local
840 GLuint bufferID = INT_INIT_VAL; GLClearBufferfv() local
854 GLuint bufferID = INT_INIT_VAL; GLClearBufferiv() local
869 GLuint bufferID = INT_INIT_VAL; GLClearBufferuiv() local
[all...]

Completed in 43 milliseconds