Searched defs:bufferID (Results 1 – 14 of 14) sorted by relevance
| /third_party/skia/src/gpu/gl/ |
| D | GrGLBuffer.h | 27 GrGLuint bufferID() const { return fBufferID; } in bufferID() function
|
| /third_party/flutter/skia/src/gpu/gl/ |
| D | GrGLBuffer.h | 27 GrGLuint bufferID() const { return fBufferID; } in bufferID() function
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | VertexArrayPerfTest.cpp | 135 void VertexArrayBenchmark::rebindVertexArray(GLuint vertexArrayID, GLuint bufferID) in rebindVertexArray() 148 GLuint bufferID, in updateBufferData()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | trace_fixture.cpp | 269 void UpdateClientBufferData(GLuint bufferID, const void *source, GLsizei size) in UpdateClientBufferData() 274 void UpdateClientBufferData2(GLuint bufferID, const void *source, GLsizei size) in UpdateClientBufferData2() 279 void UpdateClientBufferData2WithOffset(GLuint bufferID, in UpdateClientBufferData2WithOffset()
|
| D | FrameCapture.h | 89 void setMappedBufferID(gl::BufferID bufferID) { mMappedBufferID = bufferID; } in setMappedBufferID() 500 bool hasBufferData(gl::BufferID bufferID) in hasBufferData() 510 std::pair<GLintptr, GLsizeiptr> getBufferDataOffsetAndLength(gl::BufferID bufferID) in getBufferDataOffsetAndLength()
|
| D | FrameCapture.cpp | 644 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(); in CaptureIndexedBuffers() local 3232 gl::BufferID bufferID = boundBuffers[binding].id(); in CaptureMidExecutionSetup() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | TransformFeedback.cpp | 257 angle::Result TransformFeedback::detachBuffer(const Context *context, BufferID bufferID) in detachBuffer()
|
| D | VertexArray.cpp | 176 bool VertexArray::detachBuffer(const Context *context, BufferID bufferID) in detachBuffer()
|
| D | State.cpp | 2164 BufferID bufferID = buffer->id(); in detachBuffer() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | StateManagerGL.cpp | 502 GLuint bufferID = 0; in setPixelUnpackBuffer() local 547 GLuint bufferID = 0; in setPixelPackBuffer() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | StateManagerGL.cpp | 597 GLuint bufferID = 0; in setPixelUnpackBuffer() local 648 GLuint bufferID = 0; in setPixelPackBuffer() local
|
| D | TextureGL.cpp | 1749 const GLuint bufferID = buffer ? GetImplAs<BufferGL>(buffer)->getBufferID() : 0; in setBuffer() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fShaderStateQueryTests.cpp | 1699 GLuint bufferID; in test() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fShaderStateQueryTests.cpp | 2814 GLuint bufferID; in test() local
|