Home
last modified time | relevance | path

Searched refs:glTexParameterf (Results 1 – 25 of 81) sorted by relevance

1234

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_copy_texture_chromium.cc198 glTexParameterf(target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in BindFramebufferTexture2D()
199 glTexParameterf(target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in BindFramebufferTexture2D()
230 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in DoCopyTexImage2D()
231 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in DoCopyTexImage2D()
454 glTexParameterf(source_target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in DoCopyTextureWithTransform()
455 glTexParameterf(source_target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in DoCopyTextureWithTransform()
/external/replicaisland/src/com/replica/replicaisland/
DTextureLibrary.java152 gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_MIN_FILTER, GL10.GL_NEAREST); in loadBitmap()
153 gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_MAG_FILTER, GL10.GL_LINEAR); in loadBitmap()
155 gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_WRAP_S, GL10.GL_CLAMP_TO_EDGE); in loadBitmap()
156 gl.glTexParameterf(GL10.GL_TEXTURE_2D, GL10.GL_TEXTURE_WRAP_T, GL10.GL_CLAMP_TO_EDGE); in loadBitmap()
/external/chromium_org/gpu/command_buffer/tests/
Dgl_gpu_memory_buffer_unittest.cc46 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in SetUp()
47 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in SetUp()
Dgl_unittest.cc48 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in TEST_F()
49 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in TEST_F()
Dgl_texture_mailbox_unittest.cc35 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in ReadTexel()
36 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in ReadTexel()
278 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT); in TEST_F()
/external/chromium_org/third_party/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc330 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in InitializeTexture()
331 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); in InitializeTexture()
332 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in InitializeTexture()
333 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in InitializeTexture()
/external/chromium_org/third_party/angle/samples/angle/mip_map_2d/
DMipMap2D.cpp139 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAX_ANISOTROPY_EXT, mMaxAnisotropy); in draw()
142 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAX_ANISOTROPY_EXT, 1.0f); in draw()
/external/chromium_org/ppapi/examples/compositor/
Dcompositor.cc197 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in PrepareFramebuffer()
198 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in PrepareFramebuffer()
199 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in PrepareFramebuffer()
200 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in PrepareFramebuffer()
/external/deqp/modules/gles3/functional/
Des3fTextureStateQueryTests.cpp287 glTexParameterf(m_textureTarget, m_valueName, (GLfloat)swizzleValues[ndx]); in testTexture()
329 glTexParameterf(m_textureTarget, m_valueName, (GLfloat)wrapValues[ndx]); in testTexture()
369 glTexParameterf(m_textureTarget, GL_TEXTURE_MAG_FILTER, (GLfloat)magValues[ndx]); in testTexture()
406 glTexParameterf(m_textureTarget, GL_TEXTURE_MIN_FILTER, (GLfloat)minValues[ndx]); in testTexture()
437 glTexParameterf(m_textureTarget, m_lodTarget, ref); in testTexture()
502glTexParameterf(m_textureTarget, m_levelTarget, ((GLfloat)ref) + nonSignificantOffsets[offsetNdx]); in testTexture()
542 glTexParameterf(m_textureTarget, GL_TEXTURE_COMPARE_MODE, (GLfloat)modes[ndx]); in testTexture()
578 glTexParameterf(m_textureTarget, GL_TEXTURE_COMPARE_FUNC, (GLfloat)compareFuncs[ndx]); in testTexture()
Des3fNegativeTextureApiTests.cpp1590 glTexParameterf(0, GL_TEXTURE_MIN_FILTER, GL_LINEAR); in init()
1592 glTexParameterf(GL_TEXTURE_2D, 0, GL_LINEAR); in init()
1594 glTexParameterf(0, 0, GL_LINEAR); in init()
1599 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, 0); in init()
1601 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_REPEAT); in init()
1603 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, 0); in init()
1605 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_NEAREST); in init()
1614 glTexParameterf(0, GL_TEXTURE_MIN_FILTER, GL_LINEAR); in init()
1616 glTexParameterf(GL_TEXTURE_2D, 0, GL_LINEAR); in init()
1618 glTexParameterf(0, 0, GL_LINEAR); in init()
[all …]
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
Dopen_gles20.mm248 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST);
249 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
250 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE);
251 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
/external/chromium_org/ppapi/tests/
Dtest_compositor.cc400 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in CreateTexture()
401 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in CreateTexture()
402 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in CreateTexture()
403 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in CreateTexture()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
DVideoRendererGui.java307 GLES20.glTexParameterf(GLES20.GL_TEXTURE_2D, in createTextures()
309 GLES20.glTexParameterf(GLES20.GL_TEXTURE_2D, in createTextures()
311 GLES20.glTexParameterf(GLES20.GL_TEXTURE_2D, in createTextures()
313 GLES20.glTexParameterf(GLES20.GL_TEXTURE_2D, in createTextures()
/external/deqp/modules/gles2/functional/
Des2fTextureStateQueryTests.cpp257 glTexParameterf(m_textureTarget, m_valueName, (GLfloat)wrapValues[ndx]); in testTexture()
297 glTexParameterf(m_textureTarget, GL_TEXTURE_MAG_FILTER, (GLfloat)magValues[ndx]); in testTexture()
334 glTexParameterf(m_textureTarget, GL_TEXTURE_MIN_FILTER, (GLfloat)minValues[ndx]); in testTexture()
Des2fNegativeTextureApiTests.cpp1787 glTexParameterf(0, GL_TEXTURE_MIN_FILTER, GL_LINEAR); in init()
1789 glTexParameterf(GL_TEXTURE_2D, 0, GL_LINEAR); in init()
1791 glTexParameterf(0, 0, GL_LINEAR); in init()
1796 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, 0); in init()
1798 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_REPEAT); in init()
1800 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, 0); in init()
1802 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_NEAREST); in init()
1813 glTexParameterf(0, GL_TEXTURE_MIN_FILTER, GL_LINEAR); in init()
1815 glTexParameterf(GL_TEXTURE_2D, 0, GL_LINEAR); in init()
1817 glTexParameterf(0, 0, GL_LINEAR); in init()
[all …]
/external/deqp/framework/egl/
DegluStaticES20Library.inl110 { "glTexParameterf", (deFunctionPtr)glTexParameterf },
/external/chromium_org/media/base/android/java/src/org/chromium/media/
DVideoCapture.java193 GLES20.glTexParameterf(GL_TEXTURE_EXTERNAL_OES, in allocate()
195 GLES20.glTexParameterf(GL_TEXTURE_EXTERNAL_OES, in allocate()
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
Dmedia_stream_video.cc305 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in CreateTexture()
306 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in CreateTexture()
/external/chromium_org/ppapi/examples/media_stream_video/
Dmedia_stream_video.cc305 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in CreateTexture()
306 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); in CreateTexture()
/external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
DVideoCaptureAndroid.java170 GLES20.glTexParameterf(GLES11Ext.GL_TEXTURE_EXTERNAL_OES, in startCaptureOnCameraThread()
172 GLES20.glTexParameterf(GLES11Ext.GL_TEXTURE_EXTERNAL_OES, in startCaptureOnCameraThread()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def311 glTexParameterf = glTexParameterf@12
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoDecoder.java308 GLES20.glTexParameterf(GLES11Ext.GL_TEXTURE_EXTERNAL_OES, in initDecode()
310 GLES20.glTexParameterf(GLES11Ext.GL_TEXTURE_EXTERNAL_OES, in initDecode()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def311 glTexParameterf = glTexParameterf@12
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.def109 glTexParameterf @107
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp1611 ctx.glTexParameterf(0, GL_TEXTURE_MIN_FILTER, GL_LINEAR); in texparameterf()
1613 ctx.glTexParameterf(GL_TEXTURE_2D, 0, GL_LINEAR); in texparameterf()
1615 ctx.glTexParameterf(0, 0, GL_LINEAR); in texparameterf()
1620 ctx.glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, 0); in texparameterf()
1622 ctx.glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_REPEAT); in texparameterf()
1624 ctx.glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, 0); in texparameterf()
1626 ctx.glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_NEAREST); in texparameterf()
1635 ctx.glTexParameterf(0, GL_TEXTURE_MIN_FILTER, GL_LINEAR); in texparameterf()
1637 ctx.glTexParameterf(GL_TEXTURE_2D, 0, GL_LINEAR); in texparameterf()
1639 ctx.glTexParameterf(0, 0, GL_LINEAR); in texparameterf()
[all …]

1234