Home
last modified time | relevance | path

Searched refs:GL_PIXEL_PACK_BUFFER (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp544 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, pixelBuffer)); in iterate()
545 GLU_CHECK_CALL(glBufferData(GL_PIXEL_PACK_BUFFER, readDataSize, NULL, GL_STREAM_READ)); in iterate()
549 …const deUint8* bufferData = (const deUint8*)glMapBufferRange(GL_PIXEL_PACK_BUFFER, 0, readDataSize… in iterate()
554 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, 0)); in iterate()
572 GLU_CHECK_CALL(glBindBuffer(GL_PIXEL_PACK_BUFFER, pixelBuffer)); in iterate()
573 GLU_CHECK_CALL(glUnmapBuffer(GL_PIXEL_PACK_BUFFER)); in iterate()
Des3fBufferWriteTests.cpp443 GL_PIXEL_PACK_BUFFER, in iterate()
565 GL_PIXEL_PACK_BUFFER, in init()
632 << DataStoreSpec(GL_PIXEL_PACK_BUFFER, GL_STATIC_DRAW, 504) in init()
746 …PARTIAL_SPECIFY_CASE(high_3, "High part of buffer specified with two calls", GL_PIXEL_PACK_BUFFER,… in init()
Des3fBufferCopyTests.cpp247 GL_PIXEL_PACK_BUFFER, in init()
Des3fBufferObjectQueryTests.cpp241 GL_PIXEL_PACK_BUFFER, GL_PIXEL_UNPACK_BUFFER in test()
Des3fBufferMapTests.cpp558 GL_PIXEL_PACK_BUFFER, in init()
Des3fIntegerStateQueryTests.cpp2994 …binding", "PIXEL_PACK_BUFFER_BINDING", GL_PIXEL_PACK_BUFFER_BINDING, GL_PIXEL_PACK_BUFFER }, in init()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_tex_subimage.c109 bool is_pixel_pack = pbo_target == GL_PIXEL_PACK_BUFFER; in create_texture_for_pbo()
372 pbo_tex_image = create_texture_for_pbo(ctx, false, GL_PIXEL_PACK_BUFFER, in _mesa_meta_pbo_GetTexSubImage()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp143 case GL_PIXEL_PACK_BUFFER: return "pixel_pack"; in getBufferTargetName()
593 glBindBuffer (GL_PIXEL_PACK_BUFFER, 0); in verify()
785 glBindBuffer (GL_PIXEL_PACK_BUFFER, 0); in verify()
DglsLongStressCase.cpp113 GL_PIXEL_PACK_BUFFER,
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp700 if (target == GL_PIXEL_PACK_BUFFER) in glBindBuffer()
/external/deqp/framework/opengl/
DgluStateReset.cpp434 gl.bindBuffer(GL_PIXEL_PACK_BUFFER, 0); in resetStateES()
1026 gl.bindBuffer (GL_PIXEL_PACK_BUFFER, 0); in resetStateGLCore()
DgluStrUtil.inl385 case GL_PIXEL_PACK_BUFFER: return "GL_PIXEL_PACK_BUFFER";
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h563 #define GL_PIXEL_PACK_BUFFER 0x88EB macro
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp2400 case GL_PIXEL_PACK_BUFFER: in isValidBufferTarget()
2423 case GL_PIXEL_PACK_BUFFER: bindingPoint = &m_pixelPackBufferBinding; break; in setBufferBinding()
2455 case GL_PIXEL_PACK_BUFFER: return m_pixelPackBufferBinding; in getBufferBinding()
2520 GL_PIXEL_PACK_BUFFER, in deleteBuffer()
/external/mesa3d/include/GLES3/
Dgl3.h736 #define GL_PIXEL_PACK_BUFFER 0x88EB macro
Dgl31.h736 #define GL_PIXEL_PACK_BUFFER 0x88EB macro
Dgl32.h736 #define GL_PIXEL_PACK_BUFFER 0x88EB macro
/external/swiftshader/include/GLES3/
Dgl3.h738 #define GL_PIXEL_PACK_BUFFER 0x88EB macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl766 #define GL_PIXEL_PACK_BUFFER 0x88EB macro
/external/mesa3d/src/mesa/main/
Dbufferobj.c1053 case GL_PIXEL_PACK_BUFFER: in bind_buffer_object()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1590 case GL_PIXEL_PACK_BUFFER: in getBuffer()
DlibGLESv2.cpp272 case GL_PIXEL_PACK_BUFFER: in BindBuffer()
/external/swiftshader/include/GL/
Dglcorearb.h967 #define GL_PIXEL_PACK_BUFFER 0x88EB macro
Dglext.h841 #define GL_PIXEL_PACK_BUFFER 0x88EB macro
/external/mesa3d/include/GL/
Dglcorearb.h967 #define GL_PIXEL_PACK_BUFFER 0x88EB macro

12