HomeSort by relevance Sort by last modified time
    Searched full:internalformat (Results 501 - 525 of 539) sorted by null

<<2122

  /external/mesa3d/src/mapi/glapi/gen/
GL3x.xml 561 <param name="internalFormat" type="GLenum"/>
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 465 if (img->InternalFormat == GL_YCBCR_MESA) {
gen7_wm_surface_state.c 328 firstImage->InternalFormat,
brw_wm_surface_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 341 image->internal_format = rb->InternalFormat;
    [all...]
  /external/mesa3d/src/mesa/main/
debug.c 431 _mesa_lookup_enum_by_nr(rb->InternalFormat));
framebuffer.c 293 if (rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height)) {
mipmap.c     [all...]
mtypes.h     [all...]
  /external/skia/third_party/etc1/
etc1.cpp 30 <internalformat> is given by ETC1_RGB8_OES.
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 22 <internalformat> is given by ETC1_RGB8_OES.
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libosmesa.so 
  /external/mesa3d/docs/
subset-A.html     [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 948 TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync);
961 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync)
965 , m_internalFormat (internalFormat)
1051 CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync);
1065 CopyTexImage2D::CopyTexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border, bool useSync, bool serverSync)
1069 , m_internalFormat (internalFormat)
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp     [all...]
android_opengl_GLES31.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp     [all...]
es3fRasterizationTests.cpp 88 static tcu::PixelFormat getInternalFormatPixelFormat (glw::GLenum internalFormat)
90 const tcu::IVec4 bitDepth = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(internalFormat));
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 333 * Return a texture internalFormat for drawing/copying an image
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_5.sh     [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_9.sh 46 run_test "spec/EXT_packed_depth_stencil/get-renderbuffer-internalformat" 0.0 "bin/get-renderbuffer-internalformat GL_EXT_packed_depth_stencil -fbo -auto"
    [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
libEGL_translator.so 
libGLES_CM_translator.so 

Completed in 1456 milliseconds

<<2122