代码搜索:OpenGLES
找到约 97 项符合「OpenGLES」的源代码
代码结果 97
www.eeworm.com/read/170744/5402850
h game.h
// ==========================================================================================================
//
// BREW v2.0+ OPENGLES MICROENGINE
// Basic Q3 BSP Viewer
//
// Written by Vander
www.eeworm.com/read/170744/5402851
cpp game.cpp
// ==========================================================================================================
//
// BREW v2.0+ OPENGLES MICROENGINE
// Basic Q3 BSP Viewer
//
// Written by Vander
www.eeworm.com/read/380950/2651121
h game.h
// ==========================================================================================================
//
// BREW v2.0+ OPENGLES MICROENGINE
// Basic Q3 BSP Viewer
//
// Written by Vander
www.eeworm.com/read/380950/2651122
cpp game.cpp
// ==========================================================================================================
//
// BREW v2.0+ OPENGLES MICROENGINE
// Basic Q3 BSP Viewer
//
// Written by Vander
www.eeworm.com/read/15944/599626
java trianglesmallglut.java
package com.androidbook.opengl;
import java.nio.FloatBuffer;
import javax.microedition.khronos.opengles.GL10;
public class TriangleSmallGLUT extends SmallGLUT {
private FloatBuff
www.eeworm.com/read/15944/599625
java cubesmallglut.java
package com.androidbook.opengl;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import javax.microedition.khronos.opengles.GL10;
public class CubeSmallGLUT extends SmallGLUT {
www.eeworm.com/read/10763/188927
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// OpenGLES1_1_EGL_Demo.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#incl
www.eeworm.com/read/10763/188959
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// OpenGLES2_0_EGL_Demo.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#incl
www.eeworm.com/read/15944/599630
java androidopengl.java
package com.androidbook.opengl;
import javax.microedition.khronos.egl.EGLConfig;
import javax.microedition.khronos.opengles.GL10;
import android.app.Activity;
import android.content.Context;
www.eeworm.com/read/15944/599627
java texcubesmallglut.java
package com.androidbook.opengl;
import java.nio.FloatBuffer;
import javax.microedition.khronos.opengles.GL10;
import android.content.Context;
import android.graphics.Bitmap;
import android.